DioDocs for PDF
Append(Int32[],TextFormat) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > TextLayout クラス > Append メソッド : Append(Int32[],TextFormat) メソッド
An array of UTF-32 characters (code points).
The text format to use.
Adds a text run with the specified format to the end of the Inlines collection.
シンタックス
'宣言
 
Public Overloads Function Append( _
   ByVal codePoints() As System.Integer, _
   ByVal format As TextFormat _
) As TextRun
public TextRun Append( 
   System.int[] codePoints,
   TextFormat format
)

パラメータ

codePoints
An array of UTF-32 characters (code points).
format
The text format to use.

戻り値の型

The created text run.
参照

TextLayout クラス
TextLayout メンバ
オーバーロード一覧